home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / models / w_grasshopper_pickup.tik < prev    next >
Encoding:
Text File  |  2000-10-22  |  2.2 KB  |  153 lines

  1. TIKI
  2. setup
  3. {
  4.     scale .7
  5.     radius 16
  6.     lod_scale 12
  7.     path models/weapons/grasshoppertea
  8.     surface material1 shader skin01.tga
  9. }
  10.  
  11. init
  12. {
  13.     server
  14.     {
  15.         classname Animate
  16.         setsize "-24 -24 0" "24 24 32"
  17.         name "GrassHopper Tea"
  18.         ignore_deadtime
  19.         anim idle
  20.     }
  21.  
  22.  
  23.     client
  24.     {
  25.         tagemitter tag_top02 toplight
  26.         (
  27.             dlight 0.5 1 0.5 30
  28.             startoff
  29.             no_deadtime
  30.         )
  31.         tagemitter tag_top02 top2
  32.         (
  33.             model ragegas.spr
  34.             spawnrate 15
  35.             accel 0 0 0
  36.             scalemin 0.10
  37.             scalemax 0.30
  38.             scalerate 1.0
  39.             life .7
  40.             velocity 20
  41.             randvel crandom 5 crandom 5 crandom 5
  42.             offset crandom 0.5 crandom 0.5 crandom 0.5
  43.             offsetalongaxis 0 0 0
  44.             no_deadtime
  45.             fade
  46.             startoff
  47.         )
  48.         tagemitter tag_front frontlight
  49.         (
  50.             dlight 0.5 1 0.5 100
  51.             startoff
  52.             no_deadtime
  53.         )
  54.         tagemitter tag_front front
  55.         (
  56.             model ragegas.spr
  57.             spawnrate 25
  58.             accel 0 0 0
  59.             scalemin 0.1
  60.             scalemax 0.2
  61.             scalerate 1.0
  62.             life .7
  63.             velocity 20
  64.             randvel crandom 5 crandom 5 crandom 5
  65.             offset crandom 0.5 crandom 0.5 crandom 0.5
  66.             offsetalongaxis 0 0 0
  67.             accel 0 0 -70
  68.             no_deadtime
  69.             fade
  70.             startoff
  71.         )
  72.         cache sound/item/tea/powerup.wav
  73.     }
  74.  
  75.  
  76. }
  77.  
  78. animations
  79. {
  80.     idle            smallgrass.tan
  81.     topon            smallgrass.tan
  82.     {
  83.         server
  84.         {
  85.             // last anim idle
  86.         }
  87.         client
  88.         {
  89.             0 sound sound/item/tea/powerup.wav 0 1 512            
  90.             first emitteron top2
  91.             first emitteron toplight
  92.         }
  93.     }
  94.     topoff            smallgrass.tan
  95.     {
  96.         server
  97.         {
  98.             // last anim idle
  99.         }
  100.         client
  101.         {
  102.             first emitteroff toplight
  103.             first emitteroff top2
  104.         }
  105.     }
  106.     fronton            smallgrass.tan
  107.     {
  108.         server
  109.         {
  110.             // last anim idle
  111.         }
  112.         client
  113.         {
  114.             first emitteron frontlight
  115.             first emitteron front
  116.         }
  117.     }
  118.     frontoff            smallgrass.tan
  119.     {
  120.         server
  121.         {
  122.             // last anim idle
  123.         }
  124.         client
  125.         {
  126.             first emitteroff front
  127.             first emitteroff frontlight
  128.         }
  129.     }
  130.     poof            smallgrass.tan
  131.     {
  132.         client
  133.         {
  134.             first originspawn
  135.             (
  136.                 count 200
  137.                 model ragegas.spr
  138.                 scalemin 0.20
  139.                 scalemax 0.40
  140.                 scalerate 1.0
  141.                 life 5 random 1
  142.                 velocity 50
  143.                 accel 0 0 -80
  144.                 randvel crandom 5 crandom 5 crandom 5
  145.                 offset crandom 5 crandom 5 crandom 5
  146.                 no_deadtime
  147.                 fade
  148.             )
  149.         }
  150.     }
  151. }
  152.  
  153.